Click or drag to resize

SeekToConditionPageItemView Class

Identifies the condition that is used to identify the end of a search, the starting index of a search, the maximum entries to return, and the search directions for a FindItem or a FindConversation operation.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class SeekToConditionPageItemView : PageView

The SeekToConditionPageItemView type exposes the following members.

Constructors
  NameDescription
Public methodSeekToConditionPageItemView
Initializes a new instance of the SeekToConditionPageItemView class.
Public methodSeekToConditionPageItemView(Restriction)
Initializes a new instance of the SeekToConditionPageItemView class.
Public methodSeekToConditionPageItemView(Restriction, IndexBasePoint)
Initializes a new instance of the SeekToConditionPageItemView class.
Top
Properties
  NameDescription
Public propertyBasePoint
Describes whether the page of items will start from the beginning or the end of the set of items that are found by using the search criteria.
Public propertyMaxEntriesReturned
Describes the maximum number of items to return in the response.
(Inherited from View.)
Public propertyRestriction
Specifies the condition that is used to identify the end of a search.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also